Skip to content

Commit

Permalink
fix sh script&change a+b prob demo to unsigned longlongint
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Dec 30, 2023
1 parent f782117 commit 6c105b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure-sblang2c-alias
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
echo "Add this to your ~/.bashrc or ~/.zshrc or another shell's 'read command' file."
WORKDIR=$(pwd)
echo "alias sblang2c=\"python3 $WORKDIR/sblang2c.py\""
2 changes: 1 addition & 1 deletion tests/a+b_problem.sbl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
main
let int num1,num2
let unsigned long long int num1,num2
inputto num1 num2
var result=(num1+num2)
output result
Expand Down

0 comments on commit 6c105b3

Please sign in to comment.