close

Dear Creators, we are proud to announce an amazing affiliate program for you to earn some serious and continual cash. Read about our affiliate progarm here.


Caros criadores, temos o orgulho de anunciar um incrível programa de afiliados para vocês ganharem muito dinheiro de forma contínua. Leia sobre nosso programa de afiliados aqui.

Up next

Autoplay

MGTOW Experimenting with C and Guilded Server now Public

24 Views • 01/20/23
Share
Embed
Download
Igor_MGTOW_And_Video_Games
Igor_MGTOW_And_Video_Games
108 Subscribers
108

hello everyone. i was experimenting with the C programming language.and also the guilded server is public now. <br> <br>Follow me on odysee.com <br>https://odysee.com/@Igor_MGTOW:6 <br>Follow Me on Twitter. <br>https://twitter.com/IgorMgtow <br>Join My Guilded Server. <br>https://www.guilded.gg/i/kamWjGXk

Show more
2 Comments sort Sort By
Igor_MGTOW_And_Video_Games

Follow me on odysee.com
https://odysee.com/@Igor_MGTOW:6
Follow Me on Twitter.
https://twitter.com/IgorMgtow
Join My Guilded Server.
https://www.guilded.gg/i/kamWjGXk

   0    0
Igor_MGTOW_And_Video_Games

source code of what i was doing

#include <stdio.h>
#include <stdlib.h>

int main()
{
int x = 321; // We are testing something here. its probably a variable or something.
int z = 10000; // 10000 variable
int a = -122; // negative variable
int mgtow = 1000; //integer
float andrewtate = 100; //floating point number
float HappyHumbleHermit = -1; // new float point
int arraytest [23][14] = { {10,123,5}, {198, 1, 32}};
char input[10];
printf(&quot;Hello world!
&quot;);
printf(&quot;\&quot;Testium\&quot; - igor
&quot;); //Quote Test lets see what happens
printf(&quot;%d
&quot;, x); /* we need to separate this variable from the 10000 variable so that it displays text and variables as separate lines of text. otherwise we are going to get
brainfucked and end up not being able to solve the issue*/
printf(&quot;%d
&quot;, z);
printf(&quot;%d
&quot;, a);
printf(&quot;We need to get the variable separation fixed or there will be an issue&quot;);
scanf(&quot;%9s&quot;, input); // this will test the scanf feature i saw in a video
if (input == &quot;y&quot;) {
printf(&quot;Congratulations for being a MGTOW&quot;); //should say you are a mgtow
}
else (input == &quot;n&quot;); {
printf(&quot;you should go MGTOW&quot;); //should say you are not a mgtow
}
return 0;
}

0
0
Show more

Up next

Autoplay