Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

krkris / Loogikafunktsioon

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 80d44d6c authored 3 years ago by krkris's avatar krkris
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update Kood.c

parent 789a850f
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
  • Kood.c
Kood.c
View file @ 80d44d6c
......@@ -176,28 +176,28 @@ void info(char a[16], char b[16], char c[16], char d[16]){
printf("x4 olemas\n");
}
if (f7 == 1){
if (f7 == '1'){
printf("ilma [x1] PAARITU.\n");
}
else{
printf("ilma [x1] PAARIS\n");
}
if (fB == 1){
if (fB == '1'){
printf("ilma [x2] PAARITU.\n");
}
else{
printf("ilma [x2] PAARIS\n");
}
if (fD == 1){
if (fD == '1'){
printf("ilma [x3] PAARITU.\n");
}
else{
printf("ilma [x3] PAARIS\n");
}
if (fE == 1){
if (fE == '1'){
printf("ilma [x4] PAARITU.\n");
}
else{
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment