Skip to content
This repository was archived by the owner on Sep 2, 2019. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

c-random-float-assignment

Running on Linux

Compile with lm flag to make gcc link code with math library

  gcc main.c -o main.o -lm

Run the code using

  ./main.o

Windows

You must have installed either Visual Studio and the optional Visual C++ components, or the Build Tools for Visual Studio.

  cl main.c

To run

  main

The code can also be executed on DevCpp application

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages