Skip to content

Instantly share code, notes, and snippets.

@mentlsve
mentlsve / scrooge-coin-main.java
Last active May 27, 2021 05:40
Coursera - Programming Assignment: Scrooge Coin - Simple Main Class
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import java.math.BigInteger;
import java.security.*;
public class Main {
public static void main(String[] args) throws NoSuchProviderException, NoSuchAlgorithmException, InvalidKeyException, SignatureException {
// Crypto setup
0x3Aa77fA73164023EccAbd8712A2048fa7c1E316C
0xB1b529CF6ADdcD219FfB959cdD10E11AbeD89BFE
import React, { Component } from 'react'
import { StyleSheet, Text, View, AppRegistry } from 'react-native'
class FlexboxExamples extends Component {
render() {
return (
<View style={styles.container}>
<View style={styles.box}/>
<View style={styles.box}/>
<View style={styles.box}/>