I hereby claim:
- I am peculater on github.
- I am peculater (https://keybase.io/peculater) on keybase.
- I have a public key ASCSWYjnTnvYEZr5qqJkz3GO8EUIMiz3456GaohLZMnl7Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
//From https://gist.github.com/bshambaugh/b194e32211ffb5513bb7d7c5e85399f1 | |
//Starting with https://www.geeksforgeeks.org/how-to-store-words-in-an-array-in-c/ | |
//May use: https://www.quora.com/How-can-I-declare-a-2-dimensional-array-of-char-in-C | |
//ref: https://www.techonthenet.com/c_language/standard_library_functions/string_h/strcat.php | |
// C program to store words in an array | |
#include <stdio.h> | |
#include <string.h> |
package main | |
import "encoding/binary" | |
import "math/rand" | |
import "bytes" | |
import "time" | |
import "fmt" | |
func main() { | |
var x float64 |