aboutsummaryrefslogtreecommitdiff
path: root/apps/b.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/b.c')
-rw-r--r--apps/b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/b.c b/apps/b.c
index 1ed9249..504a5fd 100644
--- a/apps/b.c
+++ b/apps/b.c
@@ -5,8 +5,8 @@
void main()
{
- print("\nB loaded\n");
+ print("\nB loaded.\n");
while (1) {
- print("b");
+ print("B");
}
}