Skip to content

Commit

Permalink
hello_world.fl: Actually make hello world again
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Sep 7, 2024
1 parent 3c1acff commit bf1ce93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
9 changes: 1 addition & 8 deletions hello_world.fl
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
class Test {
member = 5
print "inside class"
}

t = Test()
print t
print Test
print "Hello, world!"
32 changes: 0 additions & 32 deletions tests/class.fl

This file was deleted.

2 changes: 1 addition & 1 deletion tests/class_return_rules.fl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tests related to when we can and can't return from classes.
# Again, similar to assignemnt
# Again, similar to the assignment tests, I want to be able to test errors.

class Illegal {
return none
Expand Down

0 comments on commit bf1ce93

Please sign in to comment.