Skip to content

Commit eafef86

Browse files
create dummy_file.rb for repo language detection
1 parent 26e6efc commit eafef86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dummy_file.rb

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# dummy_file.rb
2+
3+
# This is a dummy Ruby file used to set the repository's language to Ruby on GitHub.
4+
5+
class Computer
6+
7+
def say_hello
8+
puts "Hello, World!"
9+
end
10+
11+
end

0 commit comments

Comments
 (0)