Skip to content

Commit a5b01ef

Browse files
Merge pull request #5036 from Feoor/main
2 parents f6444f9 + 7c5e12a commit a5b01ef

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

feeor/HelloGreeting.class

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class HelloGreeting {
2+
public static void main(String[] args) {
3+
System.out.println('Hello from Feeor!');
4+
}
5+
}

feeor/greeting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello from Feoor!")

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,5 @@ Hello everyone!
179179
## PIPIPUPU
180180

181181
Барнаулу привет из Барнаула!!!
182+
183+
Hello from Feeor!

0 commit comments

Comments
 (0)