Skip to main content
deleted 4 characters in body
Source Link

C, 1560 Bytes

#include <stdio.h> main(){int a,b;a%b==0b;scanf("%d %d",&a,&b);a%b==0;} 

Try it now!

C, 15 Bytes

int a,b;a%b==0 

Try it now!

C, 60 Bytes

#include <stdio.h> main(){int a,b;scanf("%d %d",&a,&b);a%b==0;} 
added 6 characters in body
Source Link

C, 6015 Bytes

#include<stdio.h> main(){int a,b;scanf("%d",&a, &b);a%b==0}b;a%b==0 

Try it now!

C, 60 Bytes

#include<stdio.h> main(){int a,b;scanf("%d",&a, &b);a%b==0} 

C, 15 Bytes

int a,b;a%b==0 

Try it now!

deleted 83 characters in body
Source Link

C, 9460 Bytes

#include<stdio.h> main(){int na,d;n=6;d=3;if(n%d==0){printf("Truthy");}else{printfb;scanf("False""%d",&a, &b);};a%b==0} 

Try it

C, 94 Bytes

#include<stdio.h> main(){int n,d;n=6;d=3;if(n%d==0){printf("Truthy");}else{printf("False");}} 

Try it

C, 60 Bytes

#include<stdio.h> main(){int a,b;scanf("%d",&a, &b);a%b==0} 
Source Link
Loading