You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fr fr Import the vibez module\nyeet "vibez";\n\nfr fr Variable declarations\nsus x = 5;\nsus y = 10;\nsus z = x + y;\n\nfr fr Print results\nvibez.spill(x);\nvibez.spill(y);\nvibez.spill(z);\n\nfr fr Function call with addition\nvibez.spill(x + y);\n\nno cap\nThis is a block comment\nthat spans multiple lines\non god\n\nfr fr Print a message\nvibez.spill("Test completed successfully!");