Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fix_me.bhailang.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hi bhai
bol bhai "Hello World";
bol bhai ("Hello World");

bhai ye hai a = 3;
bhai ye hai b = 0;
Expand All @@ -10,7 +10,7 @@ hi bhai
agar bhai (b == 0) {
bol bhai "b is equal to a";
} nahi to bhai (b == a) {
bol bhai "b is equal to zero";
bol bhai "b is equal to a";
}

b += 1;
Expand Down