shark/test_files/operators.nila in nilac-0.0.4.3.3 vs shark/test_files/operators.nila in nilac-0.0.4.3.4
- old
+ new
@@ -1,9 +1,9 @@
-a = 2**3
-
-puts "Correct Calculation!" if a == 8
-
-line = "My favorite language is Ruby!"
-
-if line =~ /Ruby|Python/
- puts "Scripting language mentioned: #{line}"
+a = 2**3
+
+puts "Correct Calculation!" if a == 8
+
+line = "My favorite language is Ruby!"
+
+if line =~ /Ruby|Python/
+ puts "Scripting language mentioned: #{line}"
end
\ No newline at end of file