Skip to content

otouxama/Guessing-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hallo gang

this is a modified version of Sumon7862's (go check him out) Guessing Game It just has some aesthetic changes. have fun.

#include <iostream>
#include <math.h>

 int main(void)
 {
  // check this program out.  
  double a_num = sqrt(sqrt(22667121));
  std::cout << a_num << std::endl;
  return 0;
 }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 53.9%
  • HTML 29.5%
  • CSS 16.6%